@charset "UTF-8";
.bkw_header{
    background-color: #D7321C;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
}
.bkw_header_in{
    height: 54px;
    width: 1200px;
    margin: 0 auto;
}
.bkw_header_logo{
    width: 139px;
    height: 37px;
    background: url("/pcHtml/static/common/images/new_logo.png") no-repeat center center;
    background-size: 139px 37px;
    margin-right: 22px !important;
    margin-left: unset;
}
.bkw_header_in_l{
    flex: 1;
    height: 100%;
}
.bkw_header_in_l_line{
    width: 1px;
    height: 16px;
    background: #FFFFFF;
    opacity: 0.5;
    margin-right:18px;
}
.bkw_header_in_menu{
    width: 155px;
    position: relative;
}
.bkw_header_in_menu_tit>span{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 131px;
}
.bkw_header_in_menu_tit>i{
    font-size: 12px;
    color: #fff;
    transition: all ease 0.3s;
    margin-top: 3px;
}
.bkw_header_in_menu_tit:hover span,.bkw_header_in_menu_tit:hover i{
    color: #ffe1d5;
}
.bkw_header_in_l>a{
    font-size: 16px;
    color: #fff !important;
    height: 54px;
    line-height: 54px;
    margin: 0 9px;
}
.bkw_header_in_l>a:hover{
    color: #ffe1d5 !important;
}
.bkw_header_login_before .login_bkw{
    width: 65px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #D7321C;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 7px;
}
.register_bkw{
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 10px;
    background-color: rgba(238, 238, 238, 0.36);
    border-radius: 15px;
    color: #fff;
}
.login_bkw:hover{
    background-color: rgba(238, 238, 238, 0.8);
}
.register_bkw:hover{
    background-color:rgba(238, 238, 238, 0.8);
    color: #D7321C;
}
.register_bkw>i{
    width: 18px;
    height: 19px;
    background: url(/pcHtml/static/common/images/zhuce_icon.png) no-repeat center center;
    background-size: 18px 19px;
    margin-right: 5px;
    margin-top: -2px;
}
/*下拉菜单*/
.menu_drop{
    display: none;
    width: 1200px;
    position: absolute;
    z-index: 3;
    left: -177px;
    right: 0;
    top: 44px;
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    padding-left: 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.menu_drop>li:first-child,#mCSB_1_container>li:first-child{
  padding-top: 50px;
}
.menu_drop>li,#mCSB_1_container>li{
padding-bottom: 10px;
}
.menu_drop_list_tit{
margin-bottom: 20px;
}
.menu_drop_list_tit>b{
width: 3px;
height: 16px;
background: #D7321C;
border-radius: 2px;
margin-right: 8px;
}
.menu_drop_list_tit>span{
font-size: 18px;
color: #033333;
font-weight: bold;
}
.menu_drop_list_in{
font-size: 0;
}
.menu_drop_list_in>li{
display: inline-block;
vertical-align: top;
width: 155px;
margin-bottom: 15px;
}
.menu_drop_list_in>li>a{
font-size: 14px;
color: #272727;
display: inline-block;
vertical-align: top;
position: relative;
padding-bottom: 9px;
}
.menu_drop_list_in>li>a:after{
content: "";
position: absolute;
width: 0;
left: 50%;
transform: translateX(-50%);
bottom: 0;
z-index: 3;
background-color: #D7321C;
height: 2px;
border-radius: 1px;
transition: all ease 0.3s;
}
#menu_drop_list_in_a:after{
    content: "";
    position: absolute;
    width: 46px;
    bottom: 0;
    z-index: 3;
    background-color: #D7321C;
    height: 2px;
    border-radius: 1px;
}
#menu_drop_list_in_a{
    color: #D7321C;
}
.menu_drop_list_in>li>a:hover:after{
content: "";
position: absolute;
width: 46px;
bottom: 0;
z-index: 3;
background-color: #D7321C;
height: 2px;
border-radius: 1px;
}
.menu_drop_list_in>li>a:hover{
color: #D7321C;
}
.menu_drop:after{
content: "";
position: absolute;
left: 220px;
top: -14px;
width: 23px;
height: 14px;
background: url(/pcHtml/static/common/images/drop_arrow.png) no-repeat center center;
z-index: 4;
}
.head_menu_aciton_tit>i{
transform: rotate(-180deg);
}
.bkw_header_list_menu{
position: relative;
margin: 0 9px;
}
.bkw_header_list_menu>span{
font-size: 16px;
color: #fff;
cursor: pointer;
line-height: 54px;
}
.bkw_header_list_menu>span:hover{
    color: #ffe1d5 !important;
}
/*小的下拉菜单*/
.drop_small{
    display: none;
    width: 690px;
    position: absolute;
    z-index: 3;
    left: -38px;
    right: 0;
    top: 60px;
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 65px;
    background-color: #fff;
    box-sizing: border-box;
}
.drop_small_list_in>li{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-bottom: 15px;
}
.drop_small_list_in>li>a{
    font-size: 14px;
    color: #272727;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 9px;
}
.drop_small_list_in>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 3;
    background-color: #D7321C;
    height: 2px;
    border-radius: 1px;
    transition: all ease 0.3s;
}
.drop_small_list_in>li>a:hover:after{
    content: "";
    position: absolute;
    width: 46px;
    bottom: 0;
    z-index: 3;
    background-color: #D7321C;
    height: 2px;
    border-radius: 1px;
}
.drop_small_list_in>li>a:hover{
    color: #D7321C;
}
/*.drop_small:after{
    content: "";
    position: absolute;
    left: 59px;
    top: -14px;
    width: 23px;
    height: 14px;
    background: url(/pcHtml/static/common/images/drop_arrow.png) no-repeat center center;
    z-index: 4;
}*/
.after:after{
    content: "";
    position: absolute;
    /*  left: 59px;
      top: -14px;*/
    top: 47px;
    left: 20px;
    width: 23px;
    height: 14px;
    background: url(/pcHtml/static/common/images/drop_arrow.png) no-repeat center center;
    z-index: 4;
}
/*登录后*/
.bkw_login_after{
    position: relative;
    cursor: pointer;
}

.bkw_login_after_tit>img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 11px;
}
.bkw_login_after_tit>span{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 8px;
}
.bkw_login_after_ul_wrap{
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
    background: transparent;
    width: 100%;
    height: 200px;
}
.bkw_login_after_ul{
    padding: 10px 25px 0 25px;
    background: #fff;
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    border: 1px solid #D6D6D6;
    width: 112px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-sizing: border-box;
}
.bkw_login_after_tit>i{
    font-size: 12px;
    color: #fff;
    transition: all ease 0.3s;
    margin-top: 3px;
}
.bkw_login_after_ul:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -14px;
    width: 23px;
    height: 14px;
    background: url(/pcHtml/static/common/images/drop_arrow.png) no-repeat center center;
    z-index: 4;
}

.bkw_login_after_ul>li{
    text-align: center;
}
.bkw_login_after_ul>li>a{
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #DEDCDC;
}
.bkw_login_after_ul>li:last-child>a{
    border-bottom: none;
}
.bkw_login_after:hover .bkw_login_after_ul_wrap{
    display: block;
}
.bkw_login_after:hover .bkw_login_after_ul_wrap{
    display: block;
}
.bkw_login_after:hover .bkw_login_after_tit>i{
    transform: rotate(-180deg);
    color: #e7e7e7;
}
.bkw_login_after:hover .bkw_login_after_tit>span{
    color: #ffe1d5;
}

/*修改登录样式*/
.login_after{
    line-height: unset;
    height: unset;
}
.bkw_login_after_tit span{
    max-width: 112px !important;
}
.navTop{
    height: 54px;
}
.bkw_header_list_menu>ul{
    position: absolute;
    font-size: 18px;
    background-color: rgb(247,248,249);
    z-index: 999;
    width: 100%;
    left: -11px;
}

.bkw_header_list_menu>ul>li>a{
    display: block;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #666666;
}
.bkw_header_list_menu>ul>li>a:hover{
    background-color:#d7321c;
    color: white;
}

.mCSB_draggerRail{
    background-color: rgb(249,249,249) !important;
}
.mCSB_dragger_bar{
    background-color: rgb(229,229,229)!important;
    left: 2px !important;
}
.menu_drop .mCSB_scrollTools{
    top: 5px;
    bottom: 5px;
}